DrawLine(int, int, int, int)

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Graphics


Draws a line between two points with the current color.

Syntax

public void DrawLine(
	int x1,
	int y1,
	int x2,
	int y2
)

Back to index